ExtendedProperty(ExtendedPropertyTag, String) Constructor

Initializes a new instance of the ExtendedProperty class.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public ExtendedProperty(
	ExtendedPropertyTag tag,
	string value
)

Parameters

tag  ExtendedPropertyTag
The tag.
value  String
The value.

Exceptions

ArgumentNullException tag or value

See Also